{% extends "base.html" %} {% block title %}Личный кабинет{% endblock %} {% block content %}
Пройдено тестов: {{ stats.taken }}
Средний балл: {% if stats.average_score %} {{ stats.average_score }} {% else %} нет данных {% endif %}
{{ test.description or 'Описание отсутствует' }}
{% endfor %}Нет назначенных тестов.
{% endif %}| Тест | Дата | Оценка | Верно |
|---|---|---|---|
| {{ attempt.test.title }} | {{ attempt.completed_at.strftime('%d.%m.%Y %H:%M') }} | {{ attempt.score }} | {{ attempt.correct_answers }} / {{ attempt.total_questions }} |
Вы еще не проходили тесты.
{% endif %}